Executes the current Select query SelectFrom`1 and returns a List`1 containing the matched objects matched by the current SelectFrom statement.
Executes the current Select query SelectFrom`1 and returns a List`1 containing the matched objects matched by the current SelectFrom statement.
public List<T> Select();
Executes the current Select query against the specified DataSource and returns a List`1 containing the matched objects matched by the current SelectFrom statement.
public List<T> Select(DataSource);
SelectFrom<T> Class | Kredor.BO Namespace